type github.com/jackc/pgx/v5/pgtype.encodePlanBitsCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bits.go#L84: 		return encodePlanBitsCodecText{}
		bits.go#L106: type encodePlanBitsCodecText struct{}
		bits.go#L108: func (encodePlanBitsCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {